home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / map.swf / scripts / frame_3 / DoAction_2.as next >
Encoding:
Text File  |  2004-03-29  |  746 bĀ   |  8 lines

  1. course_status_array = _root.sco_status.split("|");
  2. _root.current_topic = Number(_root.current_sco);
  3. mod_data = new Array();
  4. mod_data[0] = ["Guided Tour","Topic 1: How to Use this Course"];
  5. mod_data[1] = ["Module 1: Internetworking Overview","Topic 1: Network Architectures","Topic 2: Network Security","Topic 3: Defense-in-Depth (DID) Overview"];
  6. mod_data[2] = ["Module 2: Firewall Fundamentals","Topic 1: Firewall Overview","Topic 2: Firewall Types and Capabilities","Topic 3: Firewall Architectures and Designs","Topic 4: Firewall Functions and Considerations"];
  7. mod_data[3] = ["Module 3: Router Fundamentals","Topic 1: Introduction to Routing","Topic 2: Routing Functionality","Topic 3: Routing Protocols","Topic 4: Routing Security"];
  8.